C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollectionBase<T> Class / ReplaceAsync Method

In This Topic
ReplaceAsync Method (C1EntityFrameworkCoreCursorDataCollectionBase<T>)
In This Topic
Syntax
'Declaration
 
Public Function ReplaceAsync( _
   ByVal index As Integer, _
   ByVal item As T, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
 

Parameters

index
item
cancellationToken
See Also